[INFO] fetching crate eros-macros 0.6.0-rc.10...
[INFO] fixing eros-macros-0.6.0-rc.10 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate eros-macros 0.6.0-rc.10 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate eros-macros 0.6.0-rc.10
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate eros-macros 0.6.0-rc.10
[INFO] tweaked toml for crates.io crate eros-macros 0.6.0-rc.10 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate eros-macros 0.6.0-rc.10 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate eros-macros 0.6.0-rc.10 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 10a6d06de922e931b318f74224dbe55d58fba74e4077628aac10385cbc88760a
[INFO] running `Command { std: "docker" "start" "10a6d06de922e931b318f74224dbe55d58fba74e4077628aac10385cbc88760a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "10a6d06de922e931b318f74224dbe55d58fba74e4077628aac10385cbc88760a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "10a6d06de922e931b318f74224dbe55d58fba74e4077628aac10385cbc88760a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "10a6d06de922e931b318f74224dbe55d58fba74e4077628aac10385cbc88760a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking eros-macros v0.6.0-rc.10 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]  --> tests/mod.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[eros_macros::context("arg1 is {}", arg1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]   --> tests/mod.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[eros_macros::context("async arg is {}", value)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]   --> tests/mod.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[eros_macros::context("fetching {}", url)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]   --> tests/mod.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     #[eros_macros::context("fetching from {}", self.base_url)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]   --> tests/mod.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 |     #[eros_macros::context("fetching from {} path {}", self.base_url, path)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]   --> tests/mod.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 58 |     #[eros_macros::context("shared ref returns ok")]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     #[eros_macros::context("increment failed at count {}", self.count)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:109:5
[INFO] [stdout]     |
[INFO] [stdout] 109 |     #[eros_macros::context("reset failed")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:143:5
[INFO] [stdout]     |
[INFO] [stdout] 143 |     #[eros_macros::context("consuming wrapper")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:148:5
[INFO] [stdout]     |
[INFO] [stdout] 148 |     #[eros_macros::context("consuming wrapper ok")]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:175:5
[INFO] [stdout]     |
[INFO] [stdout] 175 |     #[eros_macros::context("async fetch from {}", self.host)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:180:5
[INFO] [stdout]     |
[INFO] [stdout] 180 |     #[eros_macros::context("async fetch ok from {}", self.host)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:211:5
[INFO] [stdout]     |
[INFO] [stdout] 211 |     #[eros_macros::context("push failed, queue len {}", self.items.len())]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:240:1
[INFO] [stdout]     |
[INFO] [stdout] 240 | #[eros_macros::context("no format args at all")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:251:1
[INFO] [stdout]     |
[INFO] [stdout] 251 | #[eros_macros::context("a={} b={} c={}", a, b, c)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:262:1
[INFO] [stdout]     |
[INFO] [stdout] 262 | #[eros_macros::context("debug value is {:?}", value)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:276:1
[INFO] [stdout]     |
[INFO] [stdout] 276 | #[eros_macros::context]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:292:1
[INFO] [stdout]     |
[INFO] [stdout] 292 | #[eros_macros::context]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:309:1
[INFO] [stdout]     |
[INFO] [stdout] 309 | #[eros_macros::context]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:334:1
[INFO] [stdout]     |
[INFO] [stdout] 334 | #[eros_macros::context]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:350:5
[INFO] [stdout]     |
[INFO] [stdout] 350 |     #[eros_macros::context]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:367:1
[INFO] [stdout]     |
[INFO] [stdout] 367 | #[eros_macros::context]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:384:5
[INFO] [stdout]     |
[INFO] [stdout] 384 |     #[eros_macros::context]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:403:1
[INFO] [stdout]     |
[INFO] [stdout] 403 | #[eros_macros::context("processing {}", string.clone())]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:417:5
[INFO] [stdout]     |
[INFO] [stdout] 417 |     #[eros_macros::context("value was {}", val.clone())]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:425:1
[INFO] [stdout]     |
[INFO] [stdout] 425 | #[eros_macros::context("a={} b={}", a.clone(), b.clone())]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:438:1
[INFO] [stdout]     |
[INFO] [stdout] 438 | #[eros_macros::context("name={} id={}", name.clone(), id)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:451:1
[INFO] [stdout]     |
[INFO] [stdout] 451 | #[eros_macros::context("first={} again={}", val.clone(), val.clone())]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:463:1
[INFO] [stdout]     |
[INFO] [stdout] 463 | #[eros_macros::context("async processing {}", payload.clone())]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:477:5
[INFO] [stdout]     |
[INFO] [stdout] 477 |     #[eros_macros::context("async val={}", v.clone())]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:490:5
[INFO] [stdout]     |
[INFO] [stdout] 490 |     #[eros_macros::context("dispatching {} via {}", task.clone(), self.prefix)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:495:5
[INFO] [stdout]     |
[INFO] [stdout] 495 |     #[eros_macros::context("ok dispatch {} via {}", task.clone(), self.prefix)]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:528:5
[INFO] [stdout]     |
[INFO] [stdout] 528 |     #[eros_macros::context("writing entry {}", entry.clone())]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:560:5
[INFO] [stdout]     |
[INFO] [stdout] 560 |     #[eros_macros::context("worker {} processing {}", self.name, item.clone())]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:585:1
[INFO] [stdout]     |
[INFO] [stdout] 585 | #[eros_macros::context("running {}", id.clone())]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eros`
[INFO] [stdout]    --> tests/mod.rs:597:1
[INFO] [stdout]     |
[INFO] [stdout] 597 | #[eros_macros::context("payload={:?}", data.clone())]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `eros_macros::context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:599:5
[INFO] [stdout]     |
[INFO] [stdout] 599 |     eros::bail!("debug clone error")
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:587:5
[INFO] [stdout]     |
[INFO] [stdout] 587 |     eros::bail!("job failed")
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:562:9
[INFO] [stdout]     |
[INFO] [stdout] 562 |         eros::bail!("worker failed")
[INFO] [stdout]     |         ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:492:9
[INFO] [stdout]     |
[INFO] [stdout] 492 |         eros::bail!("dispatch failed")
[INFO] [stdout]     |         ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:465:5
[INFO] [stdout]     |
[INFO] [stdout] 465 |     eros::bail!("async owned error")
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:453:5
[INFO] [stdout]     |
[INFO] [stdout] 453 |     eros::bail!("duplicate clone error")
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:440:5
[INFO] [stdout]     |
[INFO] [stdout] 440 |     eros::bail!("mixed error")
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:427:5
[INFO] [stdout]     |
[INFO] [stdout] 427 |     eros::bail!("two owned error")
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:405:5
[INFO] [stdout]     |
[INFO] [stdout] 405 |     eros::bail!("owned error")
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:386:9
[INFO] [stdout]     |
[INFO] [stdout] 386 |         eros::bail!("pipeline failed")
[INFO] [stdout]     |         ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:369:5
[INFO] [stdout]     |
[INFO] [stdout] 369 |     eros::bail!("async auto error")
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:352:9
[INFO] [stdout]     |
[INFO] [stdout] 352 |         eros::bail!("process failed")
[INFO] [stdout]     |         ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:315:5
[INFO] [stdout]     |
[INFO] [stdout] 315 |     eros::bail!("mixed error")
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:294:5
[INFO] [stdout]     |
[INFO] [stdout] 294 |     eros::bail!("debug error")
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:278:5
[INFO] [stdout]     |
[INFO] [stdout] 278 |     eros::bail!("inner error")
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:264:5
[INFO] [stdout]     |
[INFO] [stdout] 264 |     eros::bail!("debug format error")
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:253:5
[INFO] [stdout]     |
[INFO] [stdout] 253 |     eros::bail!("three args error")
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:242:5
[INFO] [stdout]     |
[INFO] [stdout] 242 |     eros::bail!("bare error")
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:177:9
[INFO] [stdout]     |
[INFO] [stdout] 177 |         eros::bail!("timeout")
[INFO] [stdout]     |         ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:145:9
[INFO] [stdout]     |
[INFO] [stdout] 145 |         eros::bail!("consumed and failed")
[INFO] [stdout]     |         ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]   --> tests/mod.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 |         eros::bail!("not found")
[INFO] [stdout]    |         ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]   --> tests/mod.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         eros::bail!("connection refused")
[INFO] [stdout]    |         ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]   --> tests/mod.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     eros::bail!("async error")
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]  --> tests/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     eros::bail!("This is the error")
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:531:13
[INFO] [stdout]     |
[INFO] [stdout] 531 |             eros::bail!("journal full");
[INFO] [stdout]     |             ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:214:13
[INFO] [stdout]     |
[INFO] [stdout] 214 |             eros::bail!("queue full");
[INFO] [stdout]     |             ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:103:13
[INFO] [stdout]     |
[INFO] [stdout] 103 |             eros::bail!("overflow");
[INFO] [stdout]     |             ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]  --> tests/mod.rs:4:58
[INFO] [stdout]   |
[INFO] [stdout] 4 | fn test_function(arg1: &str, arg2: String, arg3: i32) -> eros::Result<String> {
[INFO] [stdout]   |                                                          ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]   --> tests/mod.rs:19:40
[INFO] [stdout]    |
[INFO] [stdout] 19 | async fn async_function(value: u32) -> eros::Result<u32> {
[INFO] [stdout]    |                                        ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]   --> tests/mod.rs:31:38
[INFO] [stdout]    |
[INFO] [stdout] 31 | async fn async_success(url: &str) -> eros::Result<String> {
[INFO] [stdout]    |                                      ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]   --> tests/mod.rs:49:36
[INFO] [stdout]    |
[INFO] [stdout] 49 |     fn fetch(&self, path: &str) -> eros::Result<String> {
[INFO] [stdout]    |                                    ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]   --> tests/mod.rs:54:46
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn fetch_multi_arg(&self, path: &str) -> eros::Result<String> {
[INFO] [stdout]    |                                              ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]   --> tests/mod.rs:59:27
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn fetch_ok(&self) -> eros::Result<String> {
[INFO] [stdout]    |                           ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:101:41
[INFO] [stdout]     |
[INFO] [stdout] 101 |     fn increment(&mut self, by: u32) -> eros::Result<()> {
[INFO] [stdout]     |                                         ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:110:28
[INFO] [stdout]     |
[INFO] [stdout] 110 |     fn reset(&mut self) -> eros::Result<()> {
[INFO] [stdout]     |                            ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:144:25
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn consume(self) -> eros::Result<String> {
[INFO] [stdout]     |                         ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:149:28
[INFO] [stdout]     |
[INFO] [stdout] 149 |     fn consume_ok(self) -> eros::Result<String> {
[INFO] [stdout]     |                            ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:176:46
[INFO] [stdout]     |
[INFO] [stdout] 176 |     async fn fetch(&self, endpoint: &str) -> eros::Result<String> {
[INFO] [stdout]     |                                              ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:181:33
[INFO] [stdout]     |
[INFO] [stdout] 181 |     async fn fetch_ok(&self) -> eros::Result<String> {
[INFO] [stdout]     |                                 ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:212:47
[INFO] [stdout]     |
[INFO] [stdout] 212 |     async fn push(&mut self, item: String) -> eros::Result<()> {
[INFO] [stdout]     |                                               ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:241:26
[INFO] [stdout]     |
[INFO] [stdout] 241 | fn no_args_function() -> eros::Result<()> {
[INFO] [stdout]     |                          ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:252:47
[INFO] [stdout]     |
[INFO] [stdout] 252 | fn three_arg_function(a: u8, b: u8, c: u8) -> eros::Result<()> {
[INFO] [stdout]     |                                               ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:263:46
[INFO] [stdout]     |
[INFO] [stdout] 263 | fn debug_format_function(value: &Vec<u8>) -> eros::Result<()> {
[INFO] [stdout]     |                                              ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:277:59
[INFO] [stdout]     |
[INFO] [stdout] 277 | fn auto_display(#[fmt("{}")] name: &str, ignored: u32) -> eros::Result<()> {
[INFO] [stdout]     |                                                           ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:293:48
[INFO] [stdout]     |
[INFO] [stdout] 293 | fn auto_debug(#[fmt("{:?}")] flags: &Flags) -> eros::Result<()> {
[INFO] [stdout]     |                                                ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:314:6
[INFO] [stdout]     |
[INFO] [stdout] 314 | ) -> eros::Result<()> {
[INFO] [stdout]     |      ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:335:41
[INFO] [stdout]     |
[INFO] [stdout] 335 | fn auto_ok(#[fmt("{}")] value: &str) -> eros::Result<String> {
[INFO] [stdout]     |                                         ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:351:46
[INFO] [stdout]     |
[INFO] [stdout] 351 |     fn run(&self, #[fmt("{}")] job: &str) -> eros::Result<()> {
[INFO] [stdout]     |                                              ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:368:53
[INFO] [stdout]     |
[INFO] [stdout] 368 | async fn auto_async(#[fmt("{}")] endpoint: &str) -> eros::Result<()> {
[INFO] [stdout]     |                                                     ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:385:68
[INFO] [stdout]     |
[INFO] [stdout] 385 |     async fn execute(&mut self, #[fmt("{:?}")] input: &Vec<u8>) -> eros::Result<()> {
[INFO] [stdout]     |                                                                    ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:404:45
[INFO] [stdout]     |
[INFO] [stdout] 404 | fn owned_string_function(string: String) -> eros::Result<()> {
[INFO] [stdout]     |                                             ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:418:35
[INFO] [stdout]     |
[INFO] [stdout] 418 |     fn returns_ok(val: String) -> eros::Result<String> {
[INFO] [stdout]     |                                   ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:426:46
[INFO] [stdout]     |
[INFO] [stdout] 426 | fn two_owned_params(a: String, b: String) -> eros::Result<()> {
[INFO] [stdout]     |                                              ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:439:55
[INFO] [stdout]     |
[INFO] [stdout] 439 | fn mixed_owned_and_borrowed(name: String, id: u32) -> eros::Result<()> {
[INFO] [stdout]     |                                                       ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:452:47
[INFO] [stdout]     |
[INFO] [stdout] 452 | fn duplicate_clone_same_param(val: String) -> eros::Result<()> {
[INFO] [stdout]     |                                               ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:464:51
[INFO] [stdout]     |
[INFO] [stdout] 464 | async fn async_owned_function(payload: String) -> eros::Result<()> {
[INFO] [stdout]     |                                                   ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:478:37
[INFO] [stdout]     |
[INFO] [stdout] 478 |     async fn async_ok(v: String) -> eros::Result<String> {
[INFO] [stdout]     |                                     ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:491:41
[INFO] [stdout]     |
[INFO] [stdout] 491 |     fn dispatch(&self, task: String) -> eros::Result<()> {
[INFO] [stdout]     |                                         ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:496:44
[INFO] [stdout]     |
[INFO] [stdout] 496 |     fn dispatch_ok(&self, task: String) -> eros::Result<String> {
[INFO] [stdout]     |                                            ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:529:43
[INFO] [stdout]     |
[INFO] [stdout] 529 |     fn write(&mut self, entry: String) -> eros::Result<()> {
[INFO] [stdout]     |                                           ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:561:46
[INFO] [stdout]     |
[INFO] [stdout] 561 |     async fn process(&self, item: String) -> eros::Result<()> {
[INFO] [stdout]     |                                              ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:586:36
[INFO] [stdout]     |
[INFO] [stdout] 586 | fn custom_clone_type(id: JobId) -> eros::Result<()> {
[INFO] [stdout]     |                                    ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `eros` in this scope
[INFO] [stdout]    --> tests/mod.rs:598:43
[INFO] [stdout]     |
[INFO] [stdout] 598 | fn debug_clone_function(data: Vec<u8>) -> eros::Result<()> {
[INFO] [stdout]     |                                           ^^^^ use of unresolved module or unlinked crate `eros`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `eros`, use `cargo add eros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `eros-macros` (test "mod") due to 99 previous errors
[INFO] running `Command { std: "docker" "inspect" "10a6d06de922e931b318f74224dbe55d58fba74e4077628aac10385cbc88760a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10a6d06de922e931b318f74224dbe55d58fba74e4077628aac10385cbc88760a", kill_on_drop: false }`
[INFO] [stdout] 10a6d06de922e931b318f74224dbe55d58fba74e4077628aac10385cbc88760a
